body
{
    margin: 45px;
    color: rgb(223, 223, 223);
    background-color: rgb(10, 10, 10);
	font-family:'Times New Roman', Times, serif;
	font-size: 18px;
}

/*navigation menue */

nav
{
	width: 100%;
	background-color: rgb(112, 28, 19);
	position : relative;
	top: 0;
    z-index: 9000;
}

nav > ul::after
{
	content: "";
	display: block;
	clear: both;
}

nav > ul
{
	margin: 0px;
	padding: 0px;
}

nav > ul > li
{
	float: left;
	position: relative;
}

nav li
{
	list-style-type: none;
}

nav > ul > li > a
{
	padding: 15px 25px;
	color: rgb(255, 255, 255);
}

nav > ul > li:hover a
{
	padding: 10px 25px 15px 25px;
}

nav a
{
	display: inline-block;
	text-decoration: none;	
	color: rgb(255, 255, 255)!important;
}


.menu:hover
{
	border-top: 5px solid rgb(243, 186, 100);
	background: rgb(213, 85, 32);
}

/*le reste */

.logo
{
	width: 35%;
	height: auto;
	display: block;
	margin: auto;
}

h3
{
	text-align: center;
	text-decoration: underline overline rgb(252, 150, 41);
}

iframe
{
	display: block;
	margin: auto;
}

a
{
    color: rgb(136, 135, 135);
}

a:hover
{
    color: rgb(252, 150, 41);
}

a:visited
{
    color: rgb(117, 65, 8);
}

p
{
	margin-left: 10%;
	margin-right: 10%;
}

.footer
{
    text-align: right;
    font-size: 13px;
}

/*mr.herr*/

.btn
{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.icone
{
    width: 50px;
    cursor: pointer;
}
